-
Notifications
You must be signed in to change notification settings - Fork 35
release: 7.0.0-alpha.1 #121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
release: 7.0.0-alpha.1 #121
Conversation
🧪 Testing To try out this version of the SDK, run:
Expires: Mon, 06 Oct 2025 02:57:57 GMT |
4eb9059
to
9a69483
Compare
9a69483
to
8ea852e
Compare
8ea852e
to
a66490c
Compare
a66490c
to
d93d7f4
Compare
- Implement tests for buildTransformationString to validate transformation string generation. - Create comprehensive tests for overlay transformations, including text, image, video, subtitle, and solid color overlays. - Ensure proper handling of invalid overlay values and encoding scenarios. - Validate URL generation for various overlay types and nested transformations.
…toBase64 utility; update overlay tests for consistency
d93d7f4
to
bfa8a14
Compare
…nsformation parameter
bfa8a14
to
9e17a2b
Compare
865674d
to
bcbf8e3
Compare
bcbf8e3
to
1c135ca
Compare
1c135ca
to
3bf690c
Compare
7970f8f
to
f59abd0
Compare
Release version edited manuallyThe Pull Request version has been manually set to If you instead want to use the version number |
f59abd0
to
1cef516
Compare
}] | ||
const client = new ImageKit({ | ||
privateAPIKey: process.env['IMAGEKIT_PRIVATE_API_KEY'], // This is the default and can be omitted | ||
password: process.env['OPTIONAL_IMAGEKIT_IGNORES_THIS'], // This is the default and can be omitted |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove password from client initialization examples throughout the readme.
signed : true, | ||
expireSeconds : 300 | ||
const response = await client.files.upload({ | ||
file: fs.createReadStream('path/to/file'), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maintain extensive documentation in our docs and just put a link on the SDK. Add examples in examples
folder and add link of that too.
1cef516
to
5fb3017
Compare
5fb3017
to
9126bf1
Compare
9126bf1
to
bc21956
Compare
2d77d62
to
6a609fa
Compare
6a609fa
to
11d6eb0
Compare
11d6eb0
to
9a056b4
Compare
9a056b4
to
4928227
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Move custom code test cases inside one folder.
4928227
to
acff078
Compare
acff078
to
7cedd2a
Compare
Automated Release PR
7.0.0-alpha.1 (2025-09-06)
Full Changelog: v0.0.1-alpha.0...v7.0.0-alpha.1
Features
Bug Fixes
Chores
Documentation
Refactors
This pull request is managed by Stainless's GitHub App.
The semver version number is based on included commit messages. Alternatively, you can manually set the version number in the title of this pull request.
For a better experience, it is recommended to use either rebase-merge or squash-merge when merging this pull request.
🔗 Stainless website
📚 Read the docs
🙋 Reach out for help or questions